home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / droplist.zip / DROPLIST.DOC < prev    next >
Text File  |  1993-04-02  |  2KB  |  59 lines

  1. Utility Name: Droplist
  2.  
  3. Purpose: To extract the most USEFUL info from a door.sys file(especially 
  4.            Wildcat!BBS 3.02 and above) dropfile for use in Batchfiles with
  5.            programs that except commandline switches.
  6.  
  7. Notes: Simple. Copy door.sys to the bbs root directory(where droplist.exe 
  8.            should be!) and execute! It will generate a file called 
  9.            doorspec.bat. Call this from you doorX.run or batch file.
  10.            The program will kick out a screen which is similar to 
  11.            doorspec.bat so you can see what happened. 
  12.  
  13. Tips: Assume your program accepts the users NAME on the commandline, you 
  14.            could run Droplist then your doorx.run/bat file using the %Alias%
  15.            variable: 
  16.             
  17.             Doorx.run
  18.             ______________
  19.             @echo off
  20.             c:
  21.             cd\wc30\doors\program
  22.             program program.cfg %Handle%
  23.  
  24.  
  25.       This would create the commandline of program program.cfg followed by 
  26.             the users alias!
  27.  
  28. Variables created: 
  29.         %handle%     =  Users Handle/Alias
  30.         %baud%       =  Connect rate
  31.         %port%       =  Comm port
  32.         %username%   =  User's full name
  33.         %node%       =  Node Number
  34.         %homephon%   =  Home Phone Number
  35.         %seclevel%   =  Number of security level
  36.         %minleft%    =  Minutes left online  
  37.         %grmode%     =  Whether or not remote is using ansi/color modes
  38.         %bdate%      =  Birthdate
  39.         %errcorr%    =  Whether remote has error correction or not
  40.  
  41.        INSIDE, I HAVE INCLUDED A BATCH FILE CALLED CLEAR.BAT. This file is to 
  42.     be called after the door is done. This will free up all the environment
  43.     space used by this program. You might wish to add/ edit your config.sys
  44.     to allow more environment space by 256 just to make sure you have enough
  45.     free space to execute this.
  46.        
  47.        
  48.        I wrote this for use on my bbs for a few doors that didn't read too 
  49.     many dropfile formats, BUT accepted commandline options!
  50.        
  51.        If this file helps you in ANY way, please consider sending a 
  52.     donation to the author of ANY size. While you're at it, if you register 
  53.     this I'll email you a key on MSIHQ BBS for my other utility, Wildcat Backup
  54.      currently at version 4.4!
  55.  
  56.        Scott Labrecque
  57.        2540 W. Ball Road suite #33
  58.        Anaheim, CA 92804
  59.